From 77a8d95fdffe7cc57b9f71c13f9aa921249fb6c2 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 4 Jul 2002 10:37:38 +0000 Subject: [PATCH] (post_command_idle_hook): Remove redundant (and inexact) obsolescence information. --- src/keyboard.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/keyboard.c b/src/keyboard.c index 37529018962..5e038c264ed 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -10849,8 +10849,7 @@ might happen repeatedly and make Emacs nonfunctional. */); DEFVAR_LISP ("post-command-idle-hook", &Vpost_command_idle_hook, doc: /* Normal hook run after each command is executed, if idle. -Errors running the hook are caught and ignored. -This feature is obsolete; use idle timers instead. See `etc/NEWS'. */); +Errors running the hook are caught and ignored. */); Vpost_command_idle_hook = Qnil; DEFVAR_INT ("post-command-idle-delay", &post_command_idle_delay, -- 2.30.2